STEP 10: Let's use the variable star_size to control the size of all our stars!
Remember, variable names do NOT have quotes around them. The variable name is star_size. The variable's value is 50.
- Replace the radius argument of each star with the variable star_size.
- Click Run to see all of the stars change size!
To navigate the page using the TAB key, first press ESC to exit the code editor.